blockchain-addressbook
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -706,6 +706,6 @@ export declare const polygon: { | ||
}; | ||
readonly DYFN: { | ||
readonly name: "Dyfn"; | ||
readonly DFYN: { | ||
readonly name: "Dfyn"; | ||
readonly address: "0xC168E40227E4ebD8C1caE80F7a55a4F0e6D66C97"; | ||
readonly symbol: "DYFN"; | ||
readonly symbol: "DFYN"; | ||
readonly decimals: 18; | ||
@@ -712,0 +712,0 @@ readonly chainId: 137; |
@@ -682,6 +682,6 @@ export declare const tokens: { | ||
}; | ||
readonly DYFN: { | ||
readonly name: "Dyfn"; | ||
readonly DFYN: { | ||
readonly name: "Dfyn"; | ||
readonly address: "0xC168E40227E4ebD8C1caE80F7a55a4F0e6D66C97"; | ||
readonly symbol: "DYFN"; | ||
readonly symbol: "DFYN"; | ||
readonly decimals: 18; | ||
@@ -688,0 +688,0 @@ readonly chainId: 137; |
@@ -685,6 +685,6 @@ "use strict"; | ||
}, | ||
DYFN: { | ||
name: "Dyfn", | ||
DFYN: { | ||
name: "Dfyn", | ||
address: "0xC168E40227E4ebD8C1caE80F7a55a4F0e6D66C97", | ||
symbol: "DYFN", | ||
symbol: "DFYN", | ||
decimals: 18, | ||
@@ -691,0 +691,0 @@ chainId: 137, |
{ | ||
"name": "blockchain-addressbook", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "A collection of useful addresses on various chains for defi development", | ||
@@ -5,0 +5,0 @@ "main": "build/address-book/index.js", |
Sorry, the diff of this file is too big to display