blockchain-addressbook
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -695,3 +695,35 @@ export declare const polygon: { | ||
}; | ||
readonly ROUTE: { | ||
readonly name: "Route"; | ||
readonly address: "0xC168E40227E4ebD8C1caE80F7a55a4F0e6D66C97"; | ||
readonly symbol: "ROUTE"; | ||
readonly decimals: 18; | ||
readonly chainId: 137; | ||
readonly logoURI: "https://assets.coingecko.com/coins/images/13709/small/route_token_200x200-19.png"; | ||
}; | ||
readonly DYFN: { | ||
readonly name: "Dyfn"; | ||
readonly address: "0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4"; | ||
readonly symbol: "DYFN"; | ||
readonly decimals: 18; | ||
readonly chainId: 137; | ||
readonly logoURI: "https://raw.githubusercontent.com/dfyn/assets/main/DFYN_logo.png"; | ||
}; | ||
readonly TITAN: { | ||
readonly name: "Titan"; | ||
readonly address: "0xaAa5B9e6c589642f98a1cDA99B9D024B8407285A"; | ||
readonly symbol: "TITAN"; | ||
readonly decimals: 18; | ||
readonly chainId: 137; | ||
readonly logoURI: "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/polygon/assets/0xaAa5B9e6c589642f98a1cDA99B9D024B8407285A/logo.png"; | ||
}; | ||
readonly IRON: { | ||
readonly name: "Iron"; | ||
readonly address: "0xD86b5923F3AD7b585eD81B448170ae026c65ae9a"; | ||
readonly symbol: "IRON"; | ||
readonly decimals: 18; | ||
readonly chainId: 137; | ||
readonly logoURI: "https://polygon.iron.finance/static/media/IRON.484ee2b8.png"; | ||
}; | ||
}; | ||
}; |
@@ -674,2 +674,34 @@ export declare const tokens: { | ||
}; | ||
readonly ROUTE: { | ||
readonly name: "Route"; | ||
readonly address: "0xC168E40227E4ebD8C1caE80F7a55a4F0e6D66C97"; | ||
readonly symbol: "ROUTE"; | ||
readonly decimals: 18; | ||
readonly chainId: 137; | ||
readonly logoURI: "https://assets.coingecko.com/coins/images/13709/small/route_token_200x200-19.png"; | ||
}; | ||
readonly DYFN: { | ||
readonly name: "Dyfn"; | ||
readonly address: "0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4"; | ||
readonly symbol: "DYFN"; | ||
readonly decimals: 18; | ||
readonly chainId: 137; | ||
readonly logoURI: "https://raw.githubusercontent.com/dfyn/assets/main/DFYN_logo.png"; | ||
}; | ||
readonly TITAN: { | ||
readonly name: "Titan"; | ||
readonly address: "0xaAa5B9e6c589642f98a1cDA99B9D024B8407285A"; | ||
readonly symbol: "TITAN"; | ||
readonly decimals: 18; | ||
readonly chainId: 137; | ||
readonly logoURI: "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/polygon/assets/0xaAa5B9e6c589642f98a1cDA99B9D024B8407285A/logo.png"; | ||
}; | ||
readonly IRON: { | ||
readonly name: "Iron"; | ||
readonly address: "0xD86b5923F3AD7b585eD81B448170ae026c65ae9a"; | ||
readonly symbol: "IRON"; | ||
readonly decimals: 18; | ||
readonly chainId: 137; | ||
readonly logoURI: "https://polygon.iron.finance/static/media/IRON.484ee2b8.png"; | ||
}; | ||
}; |
@@ -677,2 +677,34 @@ "use strict"; | ||
}, | ||
ROUTE: { | ||
name: "Route", | ||
address: "0xC168E40227E4ebD8C1caE80F7a55a4F0e6D66C97", | ||
symbol: "ROUTE", | ||
decimals: 18, | ||
chainId: 137, | ||
logoURI: "https://assets.coingecko.com/coins/images/13709/small/route_token_200x200-19.png", | ||
}, | ||
DYFN: { | ||
name: "Dyfn", | ||
address: "0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4", | ||
symbol: "DYFN", | ||
decimals: 18, | ||
chainId: 137, | ||
logoURI: "https://raw.githubusercontent.com/dfyn/assets/main/DFYN_logo.png", | ||
}, | ||
TITAN: { | ||
name: "Titan", | ||
address: "0xaAa5B9e6c589642f98a1cDA99B9D024B8407285A", | ||
symbol: "TITAN", | ||
decimals: 18, | ||
chainId: 137, | ||
logoURI: "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/polygon/assets/0xaAa5B9e6c589642f98a1cDA99B9D024B8407285A/logo.png", | ||
}, | ||
IRON: { | ||
name: "Iron", | ||
address: "0xD86b5923F3AD7b585eD81B448170ae026c65ae9a", | ||
symbol: "IRON", | ||
decimals: 18, | ||
chainId: 137, | ||
logoURI: "https://polygon.iron.finance/static/media/IRON.484ee2b8.png", | ||
}, | ||
}; |
{ | ||
"name": "blockchain-addressbook", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"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
1012986
20824