blockchain-addressbook
Advanced tools
Comparing version 0.1.16 to 0.1.17
@@ -708,3 +708,3 @@ export declare const tokens: { | ||
readonly name: "Sushi"; | ||
readonly address: "0x0b3f868e0be5597d5db7feb59e1cadbb0fdda50a"; | ||
readonly address: "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a"; | ||
readonly symbol: "SUSHI"; | ||
@@ -711,0 +711,0 @@ readonly decimals: 18; |
@@ -711,3 +711,3 @@ "use strict"; | ||
name: "Sushi", | ||
address: "0x0b3f868e0be5597d5db7feb59e1cadbb0fdda50a", | ||
address: "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a", | ||
symbol: "SUSHI", | ||
@@ -714,0 +714,0 @@ decimals: 18, |
{ | ||
"name": "blockchain-addressbook", | ||
"version": "0.1.16", | ||
"version": "0.1.17", | ||
"description": "A collection of useful addresses on various chains for defi development", | ||
@@ -17,3 +17,3 @@ "main": "build/address-book/index.js", | ||
"checksummify": "ts-node ./scripts/toChecksumTokenList.ts", | ||
"submit": "yarn compile && yarn publish", | ||
"submit": "yarn checksum && yarn compile && yarn publish", | ||
"prepare": "husky install" | ||
@@ -20,0 +20,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1569495